Skip to content

ci: add GitHub Actions CI workflow#289

Open
paralizeer wants to merge 1 commit intosnarktank:mainfrom
paralizeer:ci-workflow
Open

ci: add GitHub Actions CI workflow#289
paralizeer wants to merge 1 commit intosnarktank:mainfrom
paralizeer:ci-workflow

Conversation

@paralizeer
Copy link

Adds GitHub Actions workflow for test/typecheck/build as alternative to Vercel

Adds a GitHub Actions workflow that runs:
- npm run typecheck (TypeScript validation)
- npm test (all 162 tests)
- npm run build

This provides an alternative CI check to Vercel for PR validation.

Auto-generated by Openclaw AutoDev
@vercel
Copy link

vercel bot commented Mar 6, 2026

@paralizeer is attempting to deploy a commit to the Ryan Team on Vercel.

A member of the Team first needs to authorize it.

paralizeer added a commit to paralizeer/antfarm that referenced this pull request Mar 7, 2026
GitHub Actions CI workflow (PR snarktank#289) references npm run test and
npm run typecheck, but these scripts were missing from package.json.

Added:
- typecheck: runs tsc --noEmit
- test: runs node --test

This fixes the CI pipeline so GitHub Actions can run the test suite.

Auto-generated by Openclaw AutoDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant